home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
L' Effet Pommier 2
/
L'Effet Pommier - Volume 02.iso
/
Arcade
/
Marathon Bonus
/
PfhorteFAT_1.0d21
/
Scripts
/
Make Stairs
< prev
next >
Wrap
Text File
|
1995-07-09
|
647b
|
30 lines
* This script is Copyright 1995 by Steve Israelson
*
* Lets try making some stairs
*
* Loop until the floor height passes the defaults floor height
repeat
* adjust the next steps height
moveFloor StairSize
moveCeiling StairSize
turn -90
newLine LeftSize
turn 90
* Move by the length of the selected line
move LineLength
turn 90
* The difference between leftsize and right size gives the angle fo staircase
move LeftSize
turn 180
move RightSize
makeLine
* save this line for our new selected line
pushLine
lastPoint
makeLine
closePoly
* make the saved line the selected line for the next step
popLine
until FloorPassedDefault